FtMscLibEx GetCBMaskCntInChanged Method FtMscLibExNet for .NET framework 4
Support for fischertechnik TX-controller

[This is preliminary documentation and is subject to change.]

API 3.X6A (extended)
Get the actual mask

Namespace: FischerTechnik.FtMscLib.API
Assembly: FtMscLibVBNet (in FtMscLibVBNet.dll) Version: 1.0.0.1 (1.0.0.10)
Syntax

public uint GetCBMaskCntInChanged(
	FtDeviceID devId,
	ref uint mask
)

Parameters

devId
Type: FischerTechnik.FtMscLib.Enumurations FtDeviceID
controller ID (master or extension controller)
mask
Type: System UInt32 
0x0000XXXX
bit 0=C1 ..bit3=C4 0=false, 1 = true => indicates which inputs are generating Callback events.

Return Value

Type: UInt32
FTLIB_ERR_SUCCESS (no error) or error code
Remarks

See Also

Reference